home *** CD-ROM | disk | FTP | other *** search
- package arka;
-
- import javax.microedition.lcdui.Command;
- import javax.microedition.lcdui.CommandListener;
- import javax.microedition.lcdui.Displayable;
-
- class Displayable1$1 implements CommandListener {
- // $FF: synthetic field
- private final Displayable1 this$0;
-
- Displayable1$1(Displayable1 this$0) {
- this.this$0 = this$0;
- }
-
- public void commandAction(Command c, Displayable d) {
- this.this$0.this_commandPerformed(c, d);
- }
- }
-